stylecontext: Move atk.h include where it belongs
authorBenjamin Otte <otte@redhat.com>
Fri, 15 Mar 2019 21:35:07 +0000 (22:35 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 19 Mar 2019 07:49:15 +0000 (08:49 +0100)
gtk/gtkstylecontext.h
gtk/gtkstylecontextprivate.h

index 0f349ff3686699af8d3e71730865ede70a60d432..13de1f1035fda3f5a3950cc6fb599f93d6b791c4 100644 (file)
@@ -26,7 +26,6 @@
 #include <gtk/gtkcsssection.h>
 #include <gtk/gtkstyleprovider.h>
 #include <gtk/gtktypes.h>
-#include <atk/atk.h>
 
 G_BEGIN_DECLS
 
index 3973215abb0cfe28b76b488666904a7b48cf10ea..81a2e2e3f10f3c304a59543a50a1e67bdfe07d37 100644 (file)
@@ -26,6 +26,8 @@
 #include "gtkbitmaskprivate.h"
 #include "gtkcssvalueprivate.h"
 
+#include <atk/atk.h>
+
 G_BEGIN_DECLS
 
 GtkStyleContext *gtk_style_context_new_for_node              (GtkCssNode      *node);